mkdeb: correctly map package architectures for x86 and ARM
authorClark Laughlin <clark.laughlin@linaro.org>
Wed, 12 Nov 2014 15:38:48 +0000 (09:38 -0600)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 20 Nov 2014 15:34:53 +0000 (15:34 +0000)
commit4de0025bf45fbf26f9cb6661d23d2d16ec87bb47
tree71409ef9f9548db1af8084ffab1b14b980868ea5
parent405254bbb2fdbfa8a428fd144ea7585812af9e8a
mkdeb: correctly map package architectures for x86 and ARM

mkdeb previously set the package architecture to be 'amd64' for anything other than
XEN_TARGET_ARCH=x86_32.  This patch attempts to correctly map the architecture
from XEN_TARGET_ARCH to the Debian architecture names for x86 and ARM
architectures.

Signed-off-by: Clark Laughlin <clark.laughlin@linaro.org>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/misc/mkdeb